home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / dtst13.arc / DTST.DOC < prev    next >
Encoding:
Text File  |  1988-05-28  |  1.5 KB  |  42 lines

  1.  
  2. DTST - Yet another disk tester                v1.0 15-Feb-88
  3. ==============================                Public Domain
  4.  
  5. DTST is a small utility written in Turbo C that is used to check 
  6. out your hard disks.  It has the special ability to report "slow" 
  7. sectors. These are sectors that read properly, but often require 
  8. retries.  I feel that such sectors are on the verge of failure and 
  9. should quickly be locked out before they cause any harm. 
  10.  
  11. DTST reports disk sector numbers that are in trouble.  I 
  12. reccommend that you use another disk utility (such as Norton's NU) 
  13. to locate any files using the questionable sectors.  Copy the 
  14. files to a safe place and then use "DT" to mark the blocks as 
  15. "bad".  This will prevent real trouble before it happens. 
  16.  
  17. Use this at your own risk!  I am including source code so you can
  18. verify that it has not been hacked.
  19.  
  20. This is FREE software - Enjoy it.
  21.                                                 Samuel H. Smith
  22.                                                 The Tool Shop
  23.                                                 (602) 279-2673
  24.  
  25. Revision history
  26. ----------------
  27.  
  28. 15-feb-88 v1.0
  29.    Initial coding and release.
  30.  
  31. 21-feb-88 v1.1
  32.    Added two optional parameters to specify the first and last
  33.    sector number to test.
  34.  
  35. 21-may-88 v1.2
  36.    Changed scanning direction.  Consults boot record for information
  37.    needed to calculate cluster numbers.
  38.    
  39. 23-may-88 v1.3
  40.    Fixed the 'slow sector' message, which was broken in the 21-may version.
  41.    Also reduced display activity during testing.
  42.